home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TADJUSTOBJECTFORM / TADJUSTOBJECTFORM.txt
Text File  |  1997-02-27  |  4KB  |  157 lines

  1. object AdjustObjectForm: TAdjustObjectForm
  2.   Left = 453
  3.   Top = 185
  4.   BorderStyle = bsDialog
  5.   Caption = 'Adjust Object'
  6.   ClientHeight = 143
  7.   ClientWidth = 236
  8.   Font.Color = clBtnText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 15
  16.   object Label1: TLabel
  17.     Left = 27
  18.     Top = 16
  19.     Width = 23
  20.     Height = 15
  21.     Alignment = taRightJustify
  22.     Caption = '&Left:'
  23.     FocusControl = XEdit
  24.   end
  25.   object Label2: TLabel
  26.     Left = 26
  27.     Top = 48
  28.     Width = 24
  29.     Height = 15
  30.     Alignment = taRightJustify
  31.     Caption = '&Top:'
  32.     FocusControl = YEdit
  33.   end
  34.   object Label3: TLabel
  35.     Left = 16
  36.     Top = 80
  37.     Width = 34
  38.     Height = 15
  39.     Alignment = taRightJustify
  40.     Caption = '&Width:'
  41.     FocusControl = WEdit
  42.   end
  43.   object Label4: TLabel
  44.     Left = 11
  45.     Top = 112
  46.     Width = 39
  47.     Height = 15
  48.     Alignment = taRightJustify
  49.     Caption = '&Height:'
  50.     FocusControl = HEdit
  51.   end
  52.   object OkBtn: TBitBtn
  53.     Left = 144
  54.     Top = 72
  55.     Width = 81
  56.     Height = 28
  57.     Caption = 'OK'
  58.     Default = True
  59.     TabOrder = 5
  60.     OnClick = OkBtnClick
  61.     Glyph.Data = {
  62.       F6000000424DF600000000000000760000002800000010000000100000000100
  63.       0400000000008000000000000000000000001000000010000000000000000000
  64.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  65.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  66.       3333333333333333300033333333333000B0330000300000E00030BFB70FBFB0
  67.       E0003000000BFBF0E00030BFB70FBFB0E0003000000BFBF0E00030BFB70F0FB0
  68.       E00030000000FBF0E00030BFB700BFB0E0003300000BFB0000003333330FB033
  69.       33333333330B033333333333330F833333333333333083333333}
  70.   end
  71.   object CancelBtn: TBitBtn
  72.     Left = 144
  73.     Top = 104
  74.     Width = 81
  75.     Height = 28
  76.     Cancel = True
  77.     Caption = 'Cancel'
  78.     ModalResult = 2
  79.     TabOrder = 6
  80.     Glyph.Data = {
  81.       F6000000424DF600000000000000760000002800000010000000100000000100
  82.       0400000000008000000000000000000000001000000010000000000000000000
  83.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  84.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333808333
  85.       33333333330F833333333333330B033330003333330FB03000B03380000BFB00
  86.       E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000330087FBFBF0
  87.       E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000338000000000
  88.       0000333333333333333333333333333333333333333333333333}
  89.   end
  90.   object ApplyBtn: TBitBtn
  91.     Left = 144
  92.     Top = 12
  93.     Width = 81
  94.     Height = 28
  95.     Caption = '&Apply'
  96.     TabOrder = 4
  97.     OnClick = ApplyBtnClick
  98.     Glyph.Data = {
  99.       66010000424D6601000000000000760000002800000014000000140000000100
  100.       040000000000F000000000000000000000001000000010000000000000000000
  101.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  102.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  103.       7777777700007777777777788888888700007777777777787787787700007777
  104.       7777777877877877000077007000007888888887000077E00BFBFB0877800807
  105.       000077E0BFBF000877800807000077E0FBFBFBF080088887000077E0BFBF0000
  106.       0B077807000077E0FBFBFBFBF0877807000077E0BF0000000888888700007700
  107.       0BFB00B0778778070000777770000B0877877807000077777770B07888888887
  108.       00007777770B0778778008070000777770B07778778008070000777709077778
  109.       8888888700007777707777787787787700007777777777787787787700007777
  110.       77777777777777770000}
  111.   end
  112.   object XEdit: TSpinEdit
  113.     Left = 54
  114.     Top = 12
  115.     Width = 73
  116.     Height = 24
  117.     AutoSize = False
  118.     MaxValue = 0
  119.     MinValue = 0
  120.     TabOrder = 0
  121.     Value = 0
  122.   end
  123.   object YEdit: TSpinEdit
  124.     Left = 54
  125.     Top = 44
  126.     Width = 73
  127.     Height = 24
  128.     AutoSize = False
  129.     MaxValue = 0
  130.     MinValue = 0
  131.     TabOrder = 1
  132.     Value = 0
  133.   end
  134.   object WEdit: TSpinEdit
  135.     Left = 54
  136.     Top = 76
  137.     Width = 73
  138.     Height = 24
  139.     AutoSize = False
  140.     MaxValue = 0
  141.     MinValue = 0
  142.     TabOrder = 2
  143.     Value = 0
  144.   end
  145.   object HEdit: TSpinEdit
  146.     Left = 54
  147.     Top = 108
  148.     Width = 73
  149.     Height = 24
  150.     AutoSize = False
  151.     MaxValue = 0
  152.     MinValue = 0
  153.     TabOrder = 3
  154.     Value = 0
  155.   end
  156. end
  157.